home *** CD-ROM | disk | FTP | other *** search
/ Floppyshop 2 / Floppyshop - 2.zip / Floppyshop - 2.iso / diskmags / 0022-3.564 / dmg-0143 / articles / scroll.doc < prev    next >
Text File  |  1997-04-16  |  909b  |  29 lines

  1.  
  2.                         -----------------
  3.                         ASSEMBLY - PART I
  4.                         -----------------
  5.  
  6.  
  7. Hopefully in future issues we will bring you a full assembly 
  8. tutorial, but for now we give you a simple scroller, which will 
  9. scroll at the top of the screen, a message.
  10.  
  11. The program supplied is for Devpac 1, but Devpac 2 users can 
  12. adapt it to make it better.
  13.  
  14. The font supplied is quite crap really but I couldnt be bothered 
  15. to do a nice font, cos in Devpac you can't INCBIN a font file, so 
  16. I was stumped seeing as I can't program that well in Assembly.
  17.  
  18. The full explanantion is in the source listing itself, so thats 
  19. it for now. 
  20.  
  21. You can play music and other things at the same time as this 
  22. scroller, the font could be done a lot better on something like 
  23. OCP ART STUDIO, and loaded in or converted to ASCII, and INCLUDEd 
  24. into the file.
  25.  
  26.  
  27.  
  28.  
  29.